'Declaration<DispIdAttribute(504)> Function SetFormFieldFontColor_2( _ ByVal FieldId As Integer, _ ByVal Cyan As Byte, _ ByVal Magenta As Byte, _ ByVal Yellow As Byte, _ ByVal Black As Byte _ ) As GdPictureStatus
[DispId(504)] GdPictureStatus SetFormFieldFontColor_2( int FieldId, byte Cyan, byte Magenta, byte Yellow, byte Black )
function SetFormFieldFontColor_2(
FieldId: Integer;
Cyan: Byte;
Magenta: Byte;
Yellow: Byte;
Black: Byte
): GdPictureStatus;
DispIdAttribute(504) function SetFormFieldFontColor_2( FieldId : int, Cyan : byte, Magenta : byte, Yellow : byte, Black : byte ) : GdPictureStatus;
Parameters
- FieldId
- Cyan
- Magenta
- Yellow
- Black
